home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-17 | 409 b | 23 lines | [????/????] |
- /* IconImage.h created by epeyton on Fri 17-Sep-1999 */
-
- #import <AppKit/AppKit.h>
- #import "IconSaver.h"
-
- @interface IconImage : NSObject
- {
- NSImage *image;
- NSImage *blackImage;
- NSPoint imagePoint;
- int life;
- int counter;
- id parent;
- float fade;
- float blackFade;
- }
-
- - (id)initWithPath:(NSString *)imagePath inRect:(NSRect)rect parent:(id)passedParent;
-
- - (NSRect)imageRect;
-
- @end
-